home *** CD-ROM | disk | FTP | other *** search
- #if !defined(__tltpabtd_h) // Sentry, use file only if it's not already included.
- #define __tltpabtd_h
-
- /* Project tooltest
-
- Copyright ⌐ 1994. All Rights Reserved.
-
- SUBSYSTEM: tooltest.exe Application
- FILE: tltpabtd.h
- AUTHOR:
-
-
- OVERVIEW
- ========
- Class definition for TooltipAboutDlg (TDialog).
- */
-
-
- #include <owl\owlpch.h>
- #pragma hdrstop
-
- #include "test.rh" // Definition of all resources.
-
-
- //{{TDialog = TooltipAboutDlg}}
- class TooltipAboutDlg : public TDialog {
- public:
- TooltipAboutDlg (TWindow *parent, TResId resId = IDD_ABOUT, TModule *module = 0);
- virtual ~TooltipAboutDlg ();
-
- //{{TooltipAboutDlgVIRTUAL_BEGIN}}
- public:
- void SetupWindow ();
- //{{TooltipAboutDlgVIRTUAL_END}}
- }; //{{TooltipAboutDlg}}
-
-
- #endif // __tltpabtd_h sentry.
-